home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xpat2-1.000 / xpat2-1 / xpat2-1.04 / README < prev   
Text File  |  1994-10-04  |  2KB  |  60 lines

  1. README for xpat2-1.00
  2. =====================
  3.  
  4.  
  5. 0) Changing Imakefile:
  6. ======================
  7.  
  8. If you are going to install xpat2 in your home directory, you
  9. have to change XPATLIBDIR and SCOREFILE in src/Imakefile.
  10. This can be done by typing 'patch < diff.noroot'
  11. If you don't have the xpm library, type 'patch < diff.noxpm'.
  12. You may also customize other options by editing src/Imakefile
  13. by hand, if you know what you do.
  14.  
  15.  
  16. 1) Compiling:
  17. =============
  18.  
  19. On a system properly set up, you may type 'make' to build the
  20. binary src/xpat2 from scratch.
  21. (Tested on PCs with Linux, HPs with HP-UX 9, SUNs, and RS/6000.)
  22. With the default configuration, you need imake, the Athena
  23. widget set, the Xmu library, and the Xpm library.
  24. By default, HPs don't have anything of this, you (or your system
  25. administrator) have to supply it. On SUNs, the GNU C-compiler is
  26. used.
  27. If you want to change the configuration, change the Imakefile
  28. in the src/ subdirectory BEFORE you type 'make'
  29.  
  30. 'make' from this level will do a 'make clean' first. If you
  31. want to continue an interrupted run of make, type 'make' in
  32. the src/ subdirectory.
  33.  
  34.  
  35. 2) Installing:
  36. ==============
  37.  
  38. Afterwards, type 'make install' (as root) to install the game
  39. in default directories.
  40. 'make install' will copy a manual page into /usr/man/man6.
  41. You can change this path in the file src/Imakefile.
  42. The man-page doesn't explain everything. The 'make' run will
  43. provide you with a manual in DVI and Postscript form in the doc
  44. subdirectory, with is more complete.
  45.  
  46. For Linux machines, you may want to do 'make install.fsstnd' instead,
  47. which differs from 'make install' only by the directory where the
  48. binary is installed. With install.fsstnd, it is /usr/games/bin, which
  49. conforms to the Linux Filesystem Standard.
  50.  
  51. If you are not root and want to install xpat2 in your home directory,
  52. do 'make install.local'. Again, the default paths are defined in
  53. src/Imakefile and you may change them. The default directory for the
  54. binary is $(HOME)/bin in this case.
  55.  
  56.  
  57.  
  58.        Have fun
  59.           Michael
  60.